//==============================================================================
// yardstick_anim.txt
//==============================================================================

//==============================================================================
define atena
{
   set hotspot
   {
      version
      {
         Visual world g statue atenea
      }
   }
}

//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}

//==============================================================================
anim Idle
{
			SetSelector
			{
				set hotspot
				{
					version
					{
                 Visual Building G Pantheon
					connect Leftear CypressA hotspot
					connect Rightear CypressA hotspot
					connect Neck CypressA hotspot
					connect Face CypressA hotspot
					connect Leftleg CypressA hotspot
					connect Rightleg atena hotspot
					connect Leftshoulder CypressA hotspot
					connect Rightshoulder CypressA hotspot
					connect Leftfoot CypressA hotspot
					connect Rightfoot CypressA hotspot
					connect Lefthand CypressA hotspot
					connect Righthand CypressA hotspot
					connect Face CypressA hotspot
					connect Topofhead CypressA hotspot
					connect Backchest CypressA hotspot
					connect BACKABDOMEN CypressA hotspot
					connect FOREHEAD CypressA hotspot
         }
      }
   }
}